dbm
Dbm provides python programs with an interface to the unix ndbm
database library. Dbm objects are of the mapping type, so they can be
handled just like objects of the built-in dictionary type,
except that keys and values are always strings, and printing a dbm
object doesn't print the keys and values.
The module defines the following constant and functions: